home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / DefineSprite_757 / frame_1 / PlaceObject2_756_61 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2013-04-24  |  142b  |  11 lines

  1. onClipEvent(load){
  2.    if(_root.difficulty != "hard")
  3.    {
  4.       _parent.nextFrame();
  5.    }
  6.    else
  7.    {
  8.       _parent.stop();
  9.    }
  10. }
  11.